projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af9fb32
)
(print_help_and_exit): Fix bug report instructions.
author
Glenn Morris
<rgm@gnu.org>
Thu, 15 Oct 2009 06:11:57 +0000
(06:11 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 15 Oct 2009 06:11:57 +0000
(06:11 +0000)
lib-src/ChangeLog
patch
|
blob
|
history
lib-src/emacsclient.c
patch
|
blob
|
history
diff --git
a/lib-src/ChangeLog
b/lib-src/ChangeLog
index 2a62151c3c3278f0a2ab35953af8b37848ad6eab..bcdfb4346024d83517c8388e5fca8e1f79cc0562 100644
(file)
--- a/
lib-src/ChangeLog
+++ b/
lib-src/ChangeLog
@@
-1,5
+1,7
@@
2009-10-15 Glenn Morris <rgm@gnu.org>
+ * emacsclient.c (print_help_and_exit): Fix bug report instructions.
+
* makefile.w32-in (echolisp): New rule.
(clean): Delete echolisp.tmp.
diff --git
a/lib-src/emacsclient.c
b/lib-src/emacsclient.c
index 8bc3b8a144e8c05616536a3052570d28c155dcbf..e818f2f920225b86b41bf0768d8aa2490c5e12be 100644
(file)
--- a/
lib-src/emacsclient.c
+++ b/
lib-src/emacsclient.c
@@
-670,7
+670,7
@@
The following OPTIONS are accepted:\n\
mode and try connecting again\n"
#endif /* not WINDOWSNT */
"\n\
-Report bugs
to bug-gnu-emacs@gnu.or
g.\n", progname);
+Report bugs
with M-x report-emacs-bu
g.\n", progname);
exit (EXIT_SUCCESS);
}